home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #3
/
Amiga Plus CD - 2002 - No. 03.iso
/
AmiSoft
/
Biz
/
Patch
/
Nc21.lha
/
2.1
/
CManager
/
Rexx
/
SendV.rexx
< prev
Wrap
OS/2 REXX Batch file
|
1998-09-25
|
655b
|
40 lines
/*
* $VER: SendV.rexx 1.0 (5.8.98)
*/
parse arg '"'args'" "'BROWSER'"'
options results
if show('P','VOYAGER') then do
address 'VOYAGER'
SHOW
OPENURL args
Exit
end
if show('P','VOYAGER.1') then do
address 'VOYAGER.1'
SHOW
OPENURL args
Exit
end
ADDRESS COMMAND 'Run ' BROWSER
ADDRESS COMMAND "SYS:RexxC/WaitForPort" 'VOYAGER'
if show('P','VOYAGER') then do
address 'VOYAGER'
SHOW
OPENURL args
Exit
end
if show('P','VOYAGER.1') then do
address 'VOYAGER.1'
SHOW
OPENURL args
Exit
end